[INFO] fetching crate andes-riscv 0.3.0...
[INFO] fixing andes-riscv-0.3.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate andes-riscv 0.3.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate andes-riscv 0.3.0
[INFO] finished tweaking crates.io crate andes-riscv 0.3.0
[INFO] tweaked toml for crates.io crate andes-riscv 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate andes-riscv 0.3.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate andes-riscv 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded riscv-types v0.1.0
[INFO] [stderr]   Downloaded quote v1.0.43
[INFO] [stderr]   Downloaded riscv v0.16.0
[INFO] [stderr]   Downloaded riscv-macros v0.4.0
[INFO] [stderr]   Downloaded defmt v0.3.100
[INFO] [stderr]   Downloaded defmt-parser v1.0.0
[INFO] [stderr]   Downloaded defmt v1.0.1
[INFO] [stderr]   Downloaded critical-section v1.2.0
[INFO] [stderr]   Downloaded defmt-macros v1.0.1
[INFO] [stderr]   Downloaded proc-macro2 v1.0.105
[INFO] [stderr]   Downloaded syn v2.0.114
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c86e755e601f07d5981100414163fb984470bb4c8d1a6025175365b176b8cc38
[INFO] running `Command { std: "docker" "start" "c86e755e601f07d5981100414163fb984470bb4c8d1a6025175365b176b8cc38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c86e755e601f07d5981100414163fb984470bb4c8d1a6025175365b176b8cc38" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c86e755e601f07d5981100414163fb984470bb4c8d1a6025175365b176b8cc38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c86e755e601f07d5981100414163fb984470bb4c8d1a6025175365b176b8cc38" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking riscv-types v0.1.0
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling riscv-macros v0.4.0
[INFO] [stderr]     Checking riscv v0.16.0
[INFO] [stderr]     Checking andes-riscv v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: invalid register `x20`: unknown register
[INFO] [stdout]    --> src/dsp.rs:889:13
[INFO] [stdout]     |
[INFO] [stdout] 889 |             out("x20") _,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]    --> src/dsp.rs:966:13
[INFO] [stdout]     |
[INFO] [stdout] 966 |             out("a4") lo,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]    --> src/dsp.rs:967:13
[INFO] [stdout]     |
[INFO] [stdout] 967 |             out("a5") hi,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]    --> src/dsp.rs:984:13
[INFO] [stdout]     |
[INFO] [stdout] 984 |             out("a4") lo,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]    --> src/dsp.rs:985:13
[INFO] [stdout]     |
[INFO] [stdout] 985 |             out("a5") hi,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1002:13
[INFO] [stdout]      |
[INFO] [stdout] 1002 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1003:13
[INFO] [stdout]      |
[INFO] [stdout] 1003 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1020:13
[INFO] [stdout]      |
[INFO] [stdout] 1020 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1021:13
[INFO] [stdout]      |
[INFO] [stdout] 1021 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1038:13
[INFO] [stdout]      |
[INFO] [stdout] 1038 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1039:13
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1056:13
[INFO] [stdout]      |
[INFO] [stdout] 1056 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1057:13
[INFO] [stdout]      |
[INFO] [stdout] 1057 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1074:13
[INFO] [stdout]      |
[INFO] [stdout] 1074 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1075:13
[INFO] [stdout]      |
[INFO] [stdout] 1075 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1092:13
[INFO] [stdout]      |
[INFO] [stdout] 1092 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1093:13
[INFO] [stdout]      |
[INFO] [stdout] 1093 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1206 | / dsp_pair_acc!(
[INFO] [stdout] 1207 | |     /// Signed 32×32 multiply-accumulate to 64-bit: `rd_pair += rs1 × rs2`
[INFO] [stdout] 1208 | |     smar64, "0x1", "0x42"
[INFO] [stdout] 1209 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1206 | / dsp_pair_acc!(
[INFO] [stdout] 1207 | |     /// Signed 32×32 multiply-accumulate to 64-bit: `rd_pair += rs1 × rs2`
[INFO] [stdout] 1208 | |     smar64, "0x1", "0x42"
[INFO] [stdout] 1209 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1211 | / dsp_pair_acc!(
[INFO] [stdout] 1212 | |     /// Signed 32×32 multiply-subtract from 64-bit: `rd_pair -= rs1 × rs2`
[INFO] [stdout] 1213 | |     smsr64, "0x1", "0x43"
[INFO] [stdout] 1214 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1211 | / dsp_pair_acc!(
[INFO] [stdout] 1212 | |     /// Signed 32×32 multiply-subtract from 64-bit: `rd_pair -= rs1 × rs2`
[INFO] [stdout] 1213 | |     smsr64, "0x1", "0x43"
[INFO] [stdout] 1214 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | / dsp_pair_acc!(
[INFO] [stdout] 1217 | |     /// Unsigned 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1218 | |     umar64, "0x1", "0x52"
[INFO] [stdout] 1219 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | / dsp_pair_acc!(
[INFO] [stdout] 1217 | |     /// Unsigned 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1218 | |     umar64, "0x1", "0x52"
[INFO] [stdout] 1219 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1221 | / dsp_pair_acc!(
[INFO] [stdout] 1222 | |     /// Unsigned 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1223 | |     umsr64, "0x1", "0x53"
[INFO] [stdout] 1224 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1221 | / dsp_pair_acc!(
[INFO] [stdout] 1222 | |     /// Unsigned 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1223 | |     umsr64, "0x1", "0x53"
[INFO] [stdout] 1224 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | / dsp_pair_acc!(
[INFO] [stdout] 1227 | |     /// Signed saturating 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1228 | |     kmar64, "0x1", "0x4A"
[INFO] [stdout] 1229 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | / dsp_pair_acc!(
[INFO] [stdout] 1227 | |     /// Signed saturating 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1228 | |     kmar64, "0x1", "0x4A"
[INFO] [stdout] 1229 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1231 | / dsp_pair_acc!(
[INFO] [stdout] 1232 | |     /// Signed saturating 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1233 | |     kmsr64, "0x1", "0x4B"
[INFO] [stdout] 1234 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1231 | / dsp_pair_acc!(
[INFO] [stdout] 1232 | |     /// Signed saturating 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1233 | |     kmsr64, "0x1", "0x4B"
[INFO] [stdout] 1234 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1236 | / dsp_pair_acc!(
[INFO] [stdout] 1237 | |     /// Unsigned saturating 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1238 | |     ukmar64, "0x1", "0x5A"
[INFO] [stdout] 1239 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1236 | / dsp_pair_acc!(
[INFO] [stdout] 1237 | |     /// Unsigned saturating 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1238 | |     ukmar64, "0x1", "0x5A"
[INFO] [stdout] 1239 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1241 | / dsp_pair_acc!(
[INFO] [stdout] 1242 | |     /// Unsigned saturating 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1243 | |     ukmsr64, "0x1", "0x5B"
[INFO] [stdout] 1244 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1241 | / dsp_pair_acc!(
[INFO] [stdout] 1242 | |     /// Unsigned saturating 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1243 | |     ukmsr64, "0x1", "0x5B"
[INFO] [stdout] 1244 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1272 | / dsp_pair_acc_16!(
[INFO] [stdout] 1273 | |     /// Signed 16-bit multiply and add to 64-bit
[INFO] [stdout] 1274 | |     smal, "0x1", "0x2F"
[INFO] [stdout] 1275 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1272 | / dsp_pair_acc_16!(
[INFO] [stdout] 1273 | |     /// Signed 16-bit multiply and add to 64-bit
[INFO] [stdout] 1274 | |     smal, "0x1", "0x2F"
[INFO] [stdout] 1275 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1277 | / dsp_pair_acc_16!(
[INFO] [stdout] 1278 | |     /// Signed 16×16(bb) multiply-accumulate to 64-bit
[INFO] [stdout] 1279 | |     smalbb, "0x1", "0x44"
[INFO] [stdout] 1280 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1277 | / dsp_pair_acc_16!(
[INFO] [stdout] 1278 | |     /// Signed 16×16(bb) multiply-accumulate to 64-bit
[INFO] [stdout] 1279 | |     smalbb, "0x1", "0x44"
[INFO] [stdout] 1280 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1282 | / dsp_pair_acc_16!(
[INFO] [stdout] 1283 | |     /// Signed 16×16(bt) multiply-accumulate to 64-bit
[INFO] [stdout] 1284 | |     smalbt, "0x1", "0x4C"
[INFO] [stdout] 1285 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1282 | / dsp_pair_acc_16!(
[INFO] [stdout] 1283 | |     /// Signed 16×16(bt) multiply-accumulate to 64-bit
[INFO] [stdout] 1284 | |     smalbt, "0x1", "0x4C"
[INFO] [stdout] 1285 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1287 | / dsp_pair_acc_16!(
[INFO] [stdout] 1288 | |     /// Signed 16×16(tt) multiply-accumulate to 64-bit
[INFO] [stdout] 1289 | |     smaltt, "0x1", "0x54"
[INFO] [stdout] 1290 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1287 | / dsp_pair_acc_16!(
[INFO] [stdout] 1288 | |     /// Signed 16×16(tt) multiply-accumulate to 64-bit
[INFO] [stdout] 1289 | |     smaltt, "0x1", "0x54"
[INFO] [stdout] 1290 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1292 | / dsp_pair_acc_16!(
[INFO] [stdout] 1293 | |     /// Signed dual 16-bit multiply and add to 64-bit
[INFO] [stdout] 1294 | |     smalda, "0x1", "0x46"
[INFO] [stdout] 1295 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1292 | / dsp_pair_acc_16!(
[INFO] [stdout] 1293 | |     /// Signed dual 16-bit multiply and add to 64-bit
[INFO] [stdout] 1294 | |     smalda, "0x1", "0x46"
[INFO] [stdout] 1295 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1297 | / dsp_pair_acc_16!(
[INFO] [stdout] 1298 | |     /// Signed crossed dual 16-bit multiply and add to 64-bit
[INFO] [stdout] 1299 | |     smalxda, "0x1", "0x4E"
[INFO] [stdout] 1300 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1297 | / dsp_pair_acc_16!(
[INFO] [stdout] 1298 | |     /// Signed crossed dual 16-bit multiply and add to 64-bit
[INFO] [stdout] 1299 | |     smalxda, "0x1", "0x4E"
[INFO] [stdout] 1300 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1302 | / dsp_pair_acc_16!(
[INFO] [stdout] 1303 | |     /// Signed dual 16-bit multiply-subtract and add to 64-bit
[INFO] [stdout] 1304 | |     smalds, "0x1", "0x45"
[INFO] [stdout] 1305 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1302 | / dsp_pair_acc_16!(
[INFO] [stdout] 1303 | |     /// Signed dual 16-bit multiply-subtract and add to 64-bit
[INFO] [stdout] 1304 | |     smalds, "0x1", "0x45"
[INFO] [stdout] 1305 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1307 | / dsp_pair_acc_16!(
[INFO] [stdout] 1308 | |     /// Signed dual 16-bit multiply reverse-subtract and add to 64-bit
[INFO] [stdout] 1309 | |     smaldrs, "0x1", "0x4D"
[INFO] [stdout] 1310 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1307 | / dsp_pair_acc_16!(
[INFO] [stdout] 1308 | |     /// Signed dual 16-bit multiply reverse-subtract and add to 64-bit
[INFO] [stdout] 1309 | |     smaldrs, "0x1", "0x4D"
[INFO] [stdout] 1310 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | / dsp_pair_acc_16!(
[INFO] [stdout] 1313 | |     /// Signed crossed dual 16-bit multiply-subtract and add to 64-bit
[INFO] [stdout] 1314 | |     smalxds, "0x1", "0x55"
[INFO] [stdout] 1315 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | / dsp_pair_acc_16!(
[INFO] [stdout] 1313 | |     /// Signed crossed dual 16-bit multiply-subtract and add to 64-bit
[INFO] [stdout] 1314 | |     smalxds, "0x1", "0x55"
[INFO] [stdout] 1315 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1317 | / dsp_pair_acc_16!(
[INFO] [stdout] 1318 | |     /// Signed dual 16-bit multiply and subtract from 64-bit
[INFO] [stdout] 1319 | |     smslda, "0x1", "0x56"
[INFO] [stdout] 1320 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1317 | / dsp_pair_acc_16!(
[INFO] [stdout] 1318 | |     /// Signed dual 16-bit multiply and subtract from 64-bit
[INFO] [stdout] 1319 | |     smslda, "0x1", "0x56"
[INFO] [stdout] 1320 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1322 | / dsp_pair_acc_16!(
[INFO] [stdout] 1323 | |     /// Signed crossed dual 16-bit multiply and subtract from 64-bit
[INFO] [stdout] 1324 | |     smslxda, "0x1", "0x5E"
[INFO] [stdout] 1325 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1322 | / dsp_pair_acc_16!(
[INFO] [stdout] 1323 | |     /// Signed crossed dual 16-bit multiply and subtract from 64-bit
[INFO] [stdout] 1324 | |     smslxda, "0x1", "0x5E"
[INFO] [stdout] 1325 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1341:13
[INFO] [stdout]      |
[INFO] [stdout] 1341 |             lateout("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1342:13
[INFO] [stdout]      |
[INFO] [stdout] 1342 |             lateout("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1359:13
[INFO] [stdout]      |
[INFO] [stdout] 1359 |             lateout("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1360:13
[INFO] [stdout]      |
[INFO] [stdout] 1360 |             lateout("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1441:13
[INFO] [stdout]      |
[INFO] [stdout] 1441 |             in("a4") pair.0,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1442:13
[INFO] [stdout]      |
[INFO] [stdout] 1442 |             in("a5") pair.1,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `x20`: unknown register
[INFO] [stdout]    --> src/dsp.rs:889:13
[INFO] [stdout]     |
[INFO] [stdout] 889 |             out("x20") _,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]    --> src/dsp.rs:966:13
[INFO] [stdout]     |
[INFO] [stdout] 966 |             out("a4") lo,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]    --> src/dsp.rs:967:13
[INFO] [stdout]     |
[INFO] [stdout] 967 |             out("a5") hi,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]    --> src/dsp.rs:984:13
[INFO] [stdout]     |
[INFO] [stdout] 984 |             out("a4") lo,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]    --> src/dsp.rs:985:13
[INFO] [stdout]     |
[INFO] [stdout] 985 |             out("a5") hi,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1002:13
[INFO] [stdout]      |
[INFO] [stdout] 1002 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1003:13
[INFO] [stdout]      |
[INFO] [stdout] 1003 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1020:13
[INFO] [stdout]      |
[INFO] [stdout] 1020 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1021:13
[INFO] [stdout]      |
[INFO] [stdout] 1021 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1038:13
[INFO] [stdout]      |
[INFO] [stdout] 1038 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1039:13
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1056:13
[INFO] [stdout]      |
[INFO] [stdout] 1056 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1057:13
[INFO] [stdout]      |
[INFO] [stdout] 1057 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1074:13
[INFO] [stdout]      |
[INFO] [stdout] 1074 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1075:13
[INFO] [stdout]      |
[INFO] [stdout] 1075 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1092:13
[INFO] [stdout]      |
[INFO] [stdout] 1092 |             out("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1093:13
[INFO] [stdout]      |
[INFO] [stdout] 1093 |             out("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1154 | / dsp_pair!(
[INFO] [stdout] 1155 | |     /// 64-bit addition
[INFO] [stdout] 1156 | |     add64, "0x1", "0x60"
[INFO] [stdout] 1157 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1159 | / dsp_pair!(
[INFO] [stdout] 1160 | |     /// 64-bit subtraction
[INFO] [stdout] 1161 | |     sub64, "0x1", "0x61"
[INFO] [stdout] 1162 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | / dsp_pair!(
[INFO] [stdout] 1165 | |     /// 64-bit signed halving addition
[INFO] [stdout] 1166 | |     radd64, "0x1", "0x40"
[INFO] [stdout] 1167 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | / dsp_pair!(
[INFO] [stdout] 1170 | |     /// 64-bit unsigned halving addition
[INFO] [stdout] 1171 | |     uradd64, "0x1", "0x50"
[INFO] [stdout] 1172 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 | / dsp_pair!(
[INFO] [stdout] 1175 | |     /// 64-bit signed saturating addition
[INFO] [stdout] 1176 | |     kadd64, "0x1", "0x48"
[INFO] [stdout] 1177 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1179 | / dsp_pair!(
[INFO] [stdout] 1180 | |     /// 64-bit unsigned saturating addition
[INFO] [stdout] 1181 | |     ukadd64, "0x1", "0x58"
[INFO] [stdout] 1182 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 | / dsp_pair!(
[INFO] [stdout] 1185 | |     /// 64-bit signed halving subtraction
[INFO] [stdout] 1186 | |     rsub64, "0x1", "0x41"
[INFO] [stdout] 1187 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | / dsp_pair!(
[INFO] [stdout] 1190 | |     /// 64-bit unsigned halving subtraction
[INFO] [stdout] 1191 | |     ursub64, "0x1", "0x51"
[INFO] [stdout] 1192 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1194 | / dsp_pair!(
[INFO] [stdout] 1195 | |     /// 64-bit signed saturating subtraction
[INFO] [stdout] 1196 | |     ksub64, "0x1", "0x49"
[INFO] [stdout] 1197 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a0`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:21
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a1`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 |                       in("a0") a.0, in("a1") a.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a2`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:21
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                       ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a3`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1119:35
[INFO] [stdout]      |
[INFO] [stdout] 1119 |                       in("a2") b.0, in("a3") b.1,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:21
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1120:39
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                       lateout("a4") lo, lateout("a5") hi,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1199 | / dsp_pair!(
[INFO] [stdout] 1200 | |     /// 64-bit unsigned saturating subtraction
[INFO] [stdout] 1201 | |     uksub64, "0x1", "0x59"
[INFO] [stdout] 1202 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1206 | / dsp_pair_acc!(
[INFO] [stdout] 1207 | |     /// Signed 32×32 multiply-accumulate to 64-bit: `rd_pair += rs1 × rs2`
[INFO] [stdout] 1208 | |     smar64, "0x1", "0x42"
[INFO] [stdout] 1209 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1206 | / dsp_pair_acc!(
[INFO] [stdout] 1207 | |     /// Signed 32×32 multiply-accumulate to 64-bit: `rd_pair += rs1 × rs2`
[INFO] [stdout] 1208 | |     smar64, "0x1", "0x42"
[INFO] [stdout] 1209 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1211 | / dsp_pair_acc!(
[INFO] [stdout] 1212 | |     /// Signed 32×32 multiply-subtract from 64-bit: `rd_pair -= rs1 × rs2`
[INFO] [stdout] 1213 | |     smsr64, "0x1", "0x43"
[INFO] [stdout] 1214 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1211 | / dsp_pair_acc!(
[INFO] [stdout] 1212 | |     /// Signed 32×32 multiply-subtract from 64-bit: `rd_pair -= rs1 × rs2`
[INFO] [stdout] 1213 | |     smsr64, "0x1", "0x43"
[INFO] [stdout] 1214 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | / dsp_pair_acc!(
[INFO] [stdout] 1217 | |     /// Unsigned 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1218 | |     umar64, "0x1", "0x52"
[INFO] [stdout] 1219 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | / dsp_pair_acc!(
[INFO] [stdout] 1217 | |     /// Unsigned 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1218 | |     umar64, "0x1", "0x52"
[INFO] [stdout] 1219 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1221 | / dsp_pair_acc!(
[INFO] [stdout] 1222 | |     /// Unsigned 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1223 | |     umsr64, "0x1", "0x53"
[INFO] [stdout] 1224 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1221 | / dsp_pair_acc!(
[INFO] [stdout] 1222 | |     /// Unsigned 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1223 | |     umsr64, "0x1", "0x53"
[INFO] [stdout] 1224 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | / dsp_pair_acc!(
[INFO] [stdout] 1227 | |     /// Signed saturating 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1228 | |     kmar64, "0x1", "0x4A"
[INFO] [stdout] 1229 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | / dsp_pair_acc!(
[INFO] [stdout] 1227 | |     /// Signed saturating 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1228 | |     kmar64, "0x1", "0x4A"
[INFO] [stdout] 1229 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1231 | / dsp_pair_acc!(
[INFO] [stdout] 1232 | |     /// Signed saturating 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1233 | |     kmsr64, "0x1", "0x4B"
[INFO] [stdout] 1234 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1231 | / dsp_pair_acc!(
[INFO] [stdout] 1232 | |     /// Signed saturating 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1233 | |     kmsr64, "0x1", "0x4B"
[INFO] [stdout] 1234 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1236 | / dsp_pair_acc!(
[INFO] [stdout] 1237 | |     /// Unsigned saturating 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1238 | |     ukmar64, "0x1", "0x5A"
[INFO] [stdout] 1239 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1236 | / dsp_pair_acc!(
[INFO] [stdout] 1237 | |     /// Unsigned saturating 32×32 multiply-accumulate to 64-bit
[INFO] [stdout] 1238 | |     ukmar64, "0x1", "0x5A"
[INFO] [stdout] 1239 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1142:21
[INFO] [stdout]      |
[INFO] [stdout] 1142 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1241 | / dsp_pair_acc!(
[INFO] [stdout] 1242 | |     /// Unsigned saturating 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1243 | |     ukmsr64, "0x1", "0x5B"
[INFO] [stdout] 1244 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1143:21
[INFO] [stdout]      |
[INFO] [stdout] 1143 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1241 | / dsp_pair_acc!(
[INFO] [stdout] 1242 | |     /// Unsigned saturating 32×32 multiply-subtract from 64-bit
[INFO] [stdout] 1243 | |     ukmsr64, "0x1", "0x5B"
[INFO] [stdout] 1244 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1272 | / dsp_pair_acc_16!(
[INFO] [stdout] 1273 | |     /// Signed 16-bit multiply and add to 64-bit
[INFO] [stdout] 1274 | |     smal, "0x1", "0x2F"
[INFO] [stdout] 1275 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1272 | / dsp_pair_acc_16!(
[INFO] [stdout] 1273 | |     /// Signed 16-bit multiply and add to 64-bit
[INFO] [stdout] 1274 | |     smal, "0x1", "0x2F"
[INFO] [stdout] 1275 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1277 | / dsp_pair_acc_16!(
[INFO] [stdout] 1278 | |     /// Signed 16×16(bb) multiply-accumulate to 64-bit
[INFO] [stdout] 1279 | |     smalbb, "0x1", "0x44"
[INFO] [stdout] 1280 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1277 | / dsp_pair_acc_16!(
[INFO] [stdout] 1278 | |     /// Signed 16×16(bb) multiply-accumulate to 64-bit
[INFO] [stdout] 1279 | |     smalbb, "0x1", "0x44"
[INFO] [stdout] 1280 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1282 | / dsp_pair_acc_16!(
[INFO] [stdout] 1283 | |     /// Signed 16×16(bt) multiply-accumulate to 64-bit
[INFO] [stdout] 1284 | |     smalbt, "0x1", "0x4C"
[INFO] [stdout] 1285 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1282 | / dsp_pair_acc_16!(
[INFO] [stdout] 1283 | |     /// Signed 16×16(bt) multiply-accumulate to 64-bit
[INFO] [stdout] 1284 | |     smalbt, "0x1", "0x4C"
[INFO] [stdout] 1285 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1287 | / dsp_pair_acc_16!(
[INFO] [stdout] 1288 | |     /// Signed 16×16(tt) multiply-accumulate to 64-bit
[INFO] [stdout] 1289 | |     smaltt, "0x1", "0x54"
[INFO] [stdout] 1290 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1287 | / dsp_pair_acc_16!(
[INFO] [stdout] 1288 | |     /// Signed 16×16(tt) multiply-accumulate to 64-bit
[INFO] [stdout] 1289 | |     smaltt, "0x1", "0x54"
[INFO] [stdout] 1290 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1292 | / dsp_pair_acc_16!(
[INFO] [stdout] 1293 | |     /// Signed dual 16-bit multiply and add to 64-bit
[INFO] [stdout] 1294 | |     smalda, "0x1", "0x46"
[INFO] [stdout] 1295 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1292 | / dsp_pair_acc_16!(
[INFO] [stdout] 1293 | |     /// Signed dual 16-bit multiply and add to 64-bit
[INFO] [stdout] 1294 | |     smalda, "0x1", "0x46"
[INFO] [stdout] 1295 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1297 | / dsp_pair_acc_16!(
[INFO] [stdout] 1298 | |     /// Signed crossed dual 16-bit multiply and add to 64-bit
[INFO] [stdout] 1299 | |     smalxda, "0x1", "0x4E"
[INFO] [stdout] 1300 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1297 | / dsp_pair_acc_16!(
[INFO] [stdout] 1298 | |     /// Signed crossed dual 16-bit multiply and add to 64-bit
[INFO] [stdout] 1299 | |     smalxda, "0x1", "0x4E"
[INFO] [stdout] 1300 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1302 | / dsp_pair_acc_16!(
[INFO] [stdout] 1303 | |     /// Signed dual 16-bit multiply-subtract and add to 64-bit
[INFO] [stdout] 1304 | |     smalds, "0x1", "0x45"
[INFO] [stdout] 1305 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1302 | / dsp_pair_acc_16!(
[INFO] [stdout] 1303 | |     /// Signed dual 16-bit multiply-subtract and add to 64-bit
[INFO] [stdout] 1304 | |     smalds, "0x1", "0x45"
[INFO] [stdout] 1305 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1307 | / dsp_pair_acc_16!(
[INFO] [stdout] 1308 | |     /// Signed dual 16-bit multiply reverse-subtract and add to 64-bit
[INFO] [stdout] 1309 | |     smaldrs, "0x1", "0x4D"
[INFO] [stdout] 1310 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1307 | / dsp_pair_acc_16!(
[INFO] [stdout] 1308 | |     /// Signed dual 16-bit multiply reverse-subtract and add to 64-bit
[INFO] [stdout] 1309 | |     smaldrs, "0x1", "0x4D"
[INFO] [stdout] 1310 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | / dsp_pair_acc_16!(
[INFO] [stdout] 1313 | |     /// Signed crossed dual 16-bit multiply-subtract and add to 64-bit
[INFO] [stdout] 1314 | |     smalxds, "0x1", "0x55"
[INFO] [stdout] 1315 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | / dsp_pair_acc_16!(
[INFO] [stdout] 1313 | |     /// Signed crossed dual 16-bit multiply-subtract and add to 64-bit
[INFO] [stdout] 1314 | |     smalxds, "0x1", "0x55"
[INFO] [stdout] 1315 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1317 | / dsp_pair_acc_16!(
[INFO] [stdout] 1318 | |     /// Signed dual 16-bit multiply and subtract from 64-bit
[INFO] [stdout] 1319 | |     smslda, "0x1", "0x56"
[INFO] [stdout] 1320 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1317 | / dsp_pair_acc_16!(
[INFO] [stdout] 1318 | |     /// Signed dual 16-bit multiply and subtract from 64-bit
[INFO] [stdout] 1319 | |     smslda, "0x1", "0x56"
[INFO] [stdout] 1320 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1262:21
[INFO] [stdout]      |
[INFO] [stdout] 1262 |                       inlateout("a4") t.0 => lo,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1322 | / dsp_pair_acc_16!(
[INFO] [stdout] 1323 | |     /// Signed crossed dual 16-bit multiply and subtract from 64-bit
[INFO] [stdout] 1324 | |     smslxda, "0x1", "0x5E"
[INFO] [stdout] 1325 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1263:21
[INFO] [stdout]      |
[INFO] [stdout] 1263 |                       inlateout("a5") t.1 => hi,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1322 | / dsp_pair_acc_16!(
[INFO] [stdout] 1323 | |     /// Signed crossed dual 16-bit multiply and subtract from 64-bit
[INFO] [stdout] 1324 | |     smslxda, "0x1", "0x5E"
[INFO] [stdout] 1325 | | );
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `dsp_pair_acc_16` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1341:13
[INFO] [stdout]      |
[INFO] [stdout] 1341 |             lateout("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1342:13
[INFO] [stdout]      |
[INFO] [stdout] 1342 |             lateout("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1359:13
[INFO] [stdout]      |
[INFO] [stdout] 1359 |             lateout("a4") lo,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1360:13
[INFO] [stdout]      |
[INFO] [stdout] 1360 |             lateout("a5") hi,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a4`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1441:13
[INFO] [stdout]      |
[INFO] [stdout] 1441 |             in("a4") pair.0,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `a5`: unknown register
[INFO] [stdout]     --> src/dsp.rs:1442:13
[INFO] [stdout]      |
[INFO] [stdout] 1442 |             in("a5") pair.1,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `andes-riscv` (lib) due to 121 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `andes-riscv` (lib test) due to 121 previous errors
[INFO] running `Command { std: "docker" "inspect" "c86e755e601f07d5981100414163fb984470bb4c8d1a6025175365b176b8cc38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c86e755e601f07d5981100414163fb984470bb4c8d1a6025175365b176b8cc38", kill_on_drop: false }`
[INFO] [stdout] c86e755e601f07d5981100414163fb984470bb4c8d1a6025175365b176b8cc38
